"long": "Access2Web 1.2 comes with new data formatting features. This way you can display your data in various ways on your HTML pages.\r\n\r\nThis format parameter works like this: \r\n\r\nFormatting Time data type:\r\nformat(Long Time) displays 5:34:23 PM, system-defined long time format\r\nformat(Medium time) displays 5:34 PM, system-defined medium time format\r\nformat(Short time) displays 5:34, system-defined short time format\r\nformat(h:m:s) displays 17:4:23\r\nformat(hh:mm:ss) displays 05:04:23 PM\r\n\r\n\r\nFormatting Date data type:\r\nformat(Long Date) displays Sunday, June 19, 1994, system-defined long date format\r\nformat(Medium Date) displays 19-Jun-94, system-defined medium date format\r\nformat(Short Date) displays 19-06-94, system-defined short date format\r\nformat(dddd, mmm d yyyy) displays Sunday, Jun 19 1994\r\nformat(dd mm yy) displays 19-06-99\r\n\r\n\r\nFormatting Number data type (#=optonal, 0=required):\r\nformat(##,##0.00) displays 5,459.00 or 0.12\r\nformat(##0.00) displays 5459.00 or 0.12\r\nformat(0.00%) displays 125.00%\r\n\r\n\r\nFormatting Text type:\r\nformat(>) displays MyText in uppercase \"HELLO\"\r\nformat(<) displays MyText in lowercase \"hello\"",
"date": "09/25/99 00:00:00",
"short": "Access2Web now comes with a special format tag"
},
{
"header": "Replace tag",
"author": "Hans Jensen",
"long": "Access2Web 1.2 also comes with a replace tag. You can use this tag to replace all line breaks with the HTML tag <br>.\r\n\r\nThis makes it very easy to type simple tekst in a database and publish it with Access2Web. \r\n\r\nUse the replace tag like this:\r\n\r\n<b>replace (cr, <br>)</b>",
"date": "09/26/99 00:00:00",
"short": "No need to worry about line breaks anymore."
},
{
"header": "Access2Web",
"author": "Morten Poulsen",
"long": "Access2Web 1.2 is now available for download at <a href=\"www.access2web.dk\">www.access2web.dk</a>.\r\n\r\nAcess2Web contains a few new feautures, among them the format tag, which will let you format your data.",